home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.2 Development Libraries / SGI IRIX 6.2 Development Libraries.iso / dist / complib.idb / usr / share / catman / p_man / cat3 / complib / solvers.z / solvers
Text File  |  1996-03-14  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4. SSSSOOOOLLLLVVVVEEEERRRRSSSS((((3333FFFF))))                                                        SSSSOOOOLLLLVVVVEEEERRRRSSSS((((3333FFFF))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      SOLVERS - SGI developed linear equations solvers.
  10.  
  11. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  12.      Two direct solvers for specific sparse symmetric linear systems of
  13.      equations are available in complib.sgimath, PSLDLT and PSKYSL. These
  14.      solvers are optimized and parallelized for the SGI R8000 platforms. For
  15.      direct solvers for dense linear systems of equations, see LAPACK manpage.
  16.  
  17.      PSLDLT solves sparse symmetric linear systems of the form
  18.         Ax = b
  19.      where A is an n x n symmetric input matrix, b is an input vector of
  20.      length n, and x is an unknown vector of length n.  PSLDLT uses a direct
  21.      method: A is factored into the form
  22.        A = L D L-transpose
  23.      where L is a lower triangular matrix with unit diagonal and D is a
  24.      diagonal matrix.
  25.      This routine is double precision only and is available in the mp versions
  26.      of complib.sgimath.
  27.      See the manpage for PSLDLT for details.
  28.  
  29.  
  30.      PSKYSL solves skyline, or profile, symmetric linear systems of the form
  31.         Ax = b
  32.      where A is an n x n symmetric input matrix stored in either the Jenning's
  33.      profile format or the reverse Jenning's profile format.  b is an input
  34.      vector of length n, and x is an unknown vector of length n.  PSKYSL uses
  35.      a direct method: A is factored into the form A = L D L-transpose where L
  36.      is a lower triangular matrix with unit diagonal and D is a diagonal
  37.      matrix.
  38.      See the manpage for PSKYSL for details.
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.